home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip Kasım 2000.iso / prog / share / 36 / setup.exe / _SETUP.1 / sm_quickstart.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-12-15  |  2.7 KB  |  170 lines

  1. /* Created using Style Master from Western Civilisation CSS1 { 96 149 451 409 } */
  2. /* basic window elements */
  3.  
  4. BODY
  5. {background-color: white;
  6. font-family: verdana, helvetica, sans-serif;
  7. margin-left: 10%;
  8. margin-right: 10%}
  9.  
  10. P, UL, OL
  11. {font-family: verdana, helvetica, sans-serif}
  12.  
  13. H1, H2, H3, H4, H5, H6
  14. {background-color: #66cc99;
  15. border: none;
  16. color: white;
  17. font-family: verdana, helvetica, geneva, sans-serif;
  18. font-weight: bold;
  19. padding: 2px;
  20. text-align: left;
  21. width: 100%}
  22.  
  23. H1
  24. {font-size: 1.3em;
  25. font-style: italic;
  26. margin-left: -10%;
  27. text-align: right;
  28. width: 100%}
  29.  
  30. H2
  31. {font-size: 1.2em;
  32. margin-left: -10%;
  33. padding-left: 2%}
  34.  
  35. H3
  36. {font-size: 1.1em;
  37. margin-left: -10%;
  38. padding-left: 4%}
  39.  
  40. H4
  41. {font-size: 1em;
  42. margin-left: -10%;
  43. padding-left: 6%}
  44.  
  45. H5
  46. {font-size: 1em;
  47. margin-left: -10%;
  48. padding-left: 8%}
  49.  
  50. EM
  51. {font-weight: bold}
  52.  
  53. CODE
  54. {font-family: courier, monaco, monospace}
  55.  
  56. /* manual elements */
  57.  
  58. .menu
  59. {background-repeat: no-repeat;
  60. color: black;
  61. font-family: charcoal, chicago, arial, sans-serif;
  62. font-size: 1em;
  63. font-weight: normal;
  64. vertical-align: middle}
  65.  
  66. .button
  67. {background-repeat: no-repeat;
  68. color: black;
  69. font-family: charcoal, chicago, arial, sans-serif;
  70. font-size: 1em;
  71. font-weight: normal;
  72. vertical-align: middle}
  73.  
  74. A IMG
  75. {background-color: #ffffcc}
  76.  
  77. .instruction
  78. {font-family: courier, geneva, sans-serif;
  79. margin-left: 5%}
  80.  
  81. .instruction-intro
  82. {font-weight: bold;
  83. margin-left: 2%;
  84. text-decoration: underline}
  85.  
  86. .example
  87. {background-color: #ccffcc;
  88. color: black;
  89. margin-left: 10%}
  90.  
  91. .style-master
  92. {font-weight: bold}
  93.  
  94. .note
  95. {background-color: #ff6600;
  96. color: black}
  97.  
  98. /* link elements */
  99.  
  100. .help
  101. {background-color: #cc3333;
  102. color: white;
  103. font-family: verdana, helvetica, sans-serif;
  104. font-weight: 900}
  105.  
  106. A
  107. {background-color: #ffcccc;
  108. color: black;
  109. text-decoration: none}
  110.  
  111. A:link
  112. {background-color: #66cccc;
  113. color: black;
  114. text-decoration: none}
  115.  
  116. A:visited
  117. {background-color: #66cccc;
  118. color: black;
  119. text-decoration: none}
  120.  
  121. A:hover
  122. {background-color: #66cccc;
  123. color: black;
  124. text-decoration: underline}
  125.  
  126. A.offsite:link
  127. {background-color: #99cccc;
  128. color: black;
  129. text-decoration: none}
  130.  
  131. A.offsite:hover
  132. {background-color: #9999cc;
  133. color: black;
  134. text-decoration: none}
  135.  
  136. A.onsite:link
  137. {background-color: #ffcc99;
  138. color: black;
  139. text-decoration: none}
  140.  
  141. A.onsite:hover
  142. {background-color: #ffcc66;
  143. color: black;
  144. text-decoration: none}
  145.  
  146. A.tutorial
  147. {background-color: #ceff63;
  148. color: black;
  149. text-decoration: none}
  150.  
  151. A.tutorial:link
  152. {background-color: #ceff63;
  153. color: black;
  154. text-decoration: none}
  155.  
  156. A.tutorial:hover
  157. {background-color: #ffff66;
  158. color: black;
  159. text-decoration: none}
  160.  
  161. /* Navigation */
  162.  
  163. .toolbar
  164. {text-align: center}
  165.  
  166. .TOC
  167. {background-color: white;
  168. border-color: black;
  169. border-style: solid;
  170. border-width: 1px}